Allow tests to use the data files in the source tree
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Fri, 9 Feb 2024 20:48:14 +0000 (20:48 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 9 Feb 2024 20:48:14 +0000 (20:48 +0000)
commitd91965efd348ed5f614721185754e5454d39b671
treea9bced323637ed8c1118c8ff3457870907e4c77c
parentdf66b23fac932e1dce0eb76b0628198fae7545fb
Allow tests to use the data files in the source tree

We don't ship these in the package,
but do want to run the tests that use them

tests_path() is removed completely because it is unclear whether it
should point to the tests code or the directory above the test data

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: https://github.com/pandas-dev/pandas/issues/54907

Gbp-Pq: Name find_test_data.patch
pandas/conftest.py
pandas/tests/io/formats/style/test_html.py
pandas/tests/io/test_pickle.py
pandas/tests/io/xml/test_xml.py
pandas/tests/util/test_util.py